From: Joey Hess Date: Fri, 7 Oct 2022 16:30:07 +0000 (-0400) Subject: fix typo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~60^2~203 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=85dbc21c1c4d1f311f70ae7f13b0624aefa71ad4;p=git-annex.git fix typo --- diff --git a/CmdLine/Usage.hs b/CmdLine/Usage.hs index f3434d7091..65879f7c3e 100644 --- a/CmdLine/Usage.hs +++ b/CmdLine/Usage.hs @@ -60,8 +60,8 @@ paramNumRange :: String paramNumRange = "NUM|RANGE" paramRemote :: String paramRemote = "REMOTE" -paramRemote :: String -paramRemote = "REPOSITORY" +paramRepository :: String +paramRepository = "REPOSITORY" paramField :: String paramField = "FIELD" paramGlob :: String diff --git a/doc/bugs/FTBFS_for_the_2nd_day.mdwn b/doc/bugs/FTBFS_for_the_2nd_day.mdwn index afab6f5156..b39964410a 100644 --- a/doc/bugs/FTBFS_for_the_2nd_day.mdwn +++ b/doc/bugs/FTBFS_for_the_2nd_day.mdwn @@ -23,3 +23,5 @@ CmdLine/Usage.hs:64:1: error: ``` on Debian, didn't check if other systems are anyhow different, will bounce report with pointers just in case. + +> [[fixed|done]] --[[Joey]]